Auto merge of #1963 - Frederick888:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Wed, 2 Sep 2015 21:05:57 +0000 (21:05 +0000)
committerbors <bors@rust-lang.org>
Wed, 2 Sep 2015 21:05:57 +0000 (21:05 +0000)
commit4bc0456f15dedbb5951092ebd8a4b2defc1193a4
treeab27e7269f75ab3ca0f86f0ad6c17f9f48cff7af
parente93e27b547ff4f398481b62e37953537ac58510c
parent6bb187c1b9b1f2924115c0604a4b42f7fcc96e97
Auto merge of #1963 - Frederick888:master, r=alexcrichton

The most common case is that if `cargo` is not installed to  `/usr` but somewhere else such as `/usr/local` (is this the default install prefix? don't remember...), user will see `cargo: command not found` after `sudo su` executed.

P.S. sorry for previous wrong PR... there was a redundant commit.